home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / DirectPlay / VoiceClientServer / readme.txt
Text File  |  2001-10-10  |  1KB  |  33 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: VoiceClientServer Sample
  4. // 
  5. // Copyright (c) 1999-2001 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   VoiceClientServer is similar in form to SimpleClientServer, but 
  13.   shows how to add DirectPlay Voice support. 
  14.  
  15. Path
  16. ====
  17.   Source: DXSDK\Samples\Multimedia\DirectPlay\VoiceClientServer 
  18.  
  19.   Executable: DXSDK\Samples\Multimedia\DirectPlay\Bin
  20.  
  21. User's Guide
  22. ============
  23.   Refer to User's Guide section of the SimpleClientServer sample 
  24.   for the basics.
  25.   
  26.   In addition to what SimpleClientServer does, on the server
  27.   you can set codec to use, and set the server to be either a 
  28.   Forwarding server or Mixing server.  See the DirectX docs
  29.   for more information about these server types.
  30.   
  31.   On the client side, once the chat session has begin any client 
  32.   may alter the playback or capture settings by clicking on "Setup".  
  33.